Class java.lang.NoSuchFieldException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.lang.NoSuchFieldException

Object
   |
   +----Throwable
           |
           +----Exception
                   |
                   +----java.lang.NoSuchFieldException

public class NoSuchFieldException
extends Exception
Signals that the class doesn't have a field of a specified name.

Version:
1.6, 07/01/98
Author:
unascribed
Since:
JDK1.1

Constructor Index

 o java.lang.NoSuchFieldException()
Constructor.
 o java.lang.NoSuchFieldException(String)
Constructor with a detail message.

Constructors

 o NoSuchFieldException
public NoSuchFieldException()
Constructor.

Since:
JDK1.1
 o NoSuchFieldException
public NoSuchFieldException(String s)
Constructor with a detail message.

Since:
JDK1.1

All Packages  Class Hierarchy  This Package  Previous  Next  Index